Skip to content

runtime/io: fix 'occured' -> 'occurred' typos in error-converter strings#88

Closed
SAY-5 wants to merge 1 commit intoapache:masterfrom
SAY-5:fix-error-converter-occured-typos
Closed

runtime/io: fix 'occured' -> 'occurred' typos in error-converter strings#88
SAY-5 wants to merge 1 commit intoapache:masterfrom
SAY-5:fix-error-converter-occured-typos

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 16, 2026

Two errno-to-message mappings in be/src/runtime/io/error-converter.cc (lines 33 and 48) read Internal error occured and Disk level I/O error occured. These messages are surfaced in Impala runtime error output when the corresponding errno is encountered. String-literal-only change.

Two errno-to-message mappings in be/src/runtime/io/error-converter.cc read 'Internal error occured' and 'Disk level I/O error occured'. These messages are surfaced in Impala runtime error output when the corresponding errno is encountered. String-literal-only change.

Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
@jasonmfehr
Copy link
Copy Markdown
Contributor

@SAY-5 -- We do not accept Impala contributions through Github PRs. Please see the contributing doc for information on how to contribute. We look forward to collaborating with you in the future!

@SAY-5
Copy link
Copy Markdown
Author

SAY-5 commented Apr 28, 2026

Closing — typo-only PR. Multiple maintainers across the OSS ecosystem have flagged my recent typo-sweep PRs as AI-generated spam (notably hashicorp/nomad#27855, hashicorp/hcl#794, argo-cd reviewers). I should have caught this pattern sooner. Apologies for the noise.

@SAY-5 SAY-5 closed this Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants